Crate farmhash

Source

Structs§

Functions§

  • Create a new farmhash based u32 for an array of bytes. Fingerprint value should be portable and stable across library versions and platforms.
  • Create a stable farmhash based u64 for an array of bytes. Fingerprint value should be portable and stable across library versions and platforms.
  • Create a new farmhash based u32 for an array of bytes. Hash value may vary with library version and platform.
  • Create a new farmhash based u64 for an array of bytes. Hash value may vary with library version and platform.
  • Create a new farmhash based u32 for an array of bytes with a given seed. Hash value may vary with library version and platform.
  • Create a new farmhash based u64 for an array of bytes with a given seed. Hash value may vary with library version and platform.
  • Create a new farmhash based u64 for an array of bytes with 2 given seeds. Hash value may vary with library version and platform.